home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMPOCOCONSOLE / TFRMPOCOCONSOLE.txt < prev   
Text File  |  2003-07-29  |  16KB  |  584 lines

  1. object FrmPocoConsole: TFrmPocoConsole
  2.   Left = 1092
  3.   Top = 565
  4.   Width = 275
  5.   Height = 380
  6.   AlphaBlend = True
  7.   Caption = 'PocoConsole'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDeactivate = FormDeactivate
  20.   OnResize = FormResize
  21.   PixelsPerInch = 120
  22.   TextHeight = 16
  23.   object PnlPC: TElPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 267
  27.     Height = 25
  28.     Align = alTop
  29.     BevelOuter = bvNone
  30.     UseXPThemes = False
  31.     TabOrder = 0
  32.     DockOrientation = doNoOrient
  33.     object PC: TElPageControl
  34.       Left = 0
  35.       Top = 0
  36.       Width = 267
  37.       Height = 23
  38.       ActiveTabColor = clBtnHighlight
  39.       BorderWidth = 0
  40.       Color = clWindow
  41.       DrawFocus = False
  42.       Flat = False
  43.       HotTrack = False
  44.       InactiveTabColor = clBtnShadow
  45.       Multiline = False
  46.       OnChange = PCChange
  47.       RaggedRight = False
  48.       ScrollOpposite = False
  49.       ShowBorder = False
  50.       Style = etsFlatTabs
  51.       TabIndex = 0
  52.       TabPosition = etpTop
  53.       HotTrackFont.Charset = DEFAULT_CHARSET
  54.       HotTrackFont.Color = clBlue
  55.       HotTrackFont.Height = -10
  56.       HotTrackFont.Name = 'Arial'
  57.       HotTrackFont.Style = [fsUnderline]
  58.       ActivePage = ElTabSheet1
  59.       FlatTabBorderColor = clBtnText
  60.       ActiveTabFont.Charset = DEFAULT_CHARSET
  61.       ActiveTabFont.Color = clWindowText
  62.       ActiveTabFont.Height = -10
  63.       ActiveTabFont.Name = 'Arial'
  64.       ActiveTabFont.Style = [fsUnderline]
  65.       OnDrawTab = PCDrawTab
  66.       Align = alTop
  67.       Font.Charset = DEFAULT_CHARSET
  68.       Font.Color = clWindowText
  69.       Font.Height = -10
  70.       Font.Name = 'Arial'
  71.       Font.Style = []
  72.       ParentColor = False
  73.       ParentFont = False
  74.       TabOrder = 0
  75.       UseXPThemes = False
  76.       DockOrientation = doNoOrient
  77.       object ElTabSheet1: TElTabSheet
  78.         PageControl = PC
  79.         Caption = 'Account'
  80.         ParentColor = True
  81.       end
  82.     end
  83.   end
  84.   object ElPanel2: TElPanel
  85.     Left = 0
  86.     Top = 25
  87.     Width = 267
  88.     Height = 291
  89.     Align = alClient
  90.     BevelOuter = bvNone
  91.     TabOrder = 1
  92.     DockOrientation = doNoOrient
  93.     object IndexTree: TElTree
  94.       Left = 0
  95.       Top = 25
  96.       Width = 267
  97.       Height = 266
  98.       Align = alClient
  99.       AutoLineHeight = False
  100.       BackgroundType = bgtVertGradient
  101.       BorderStyle = bsNone
  102.       DblClickMode = dcmNone
  103.       ExpandOnDblClick = False
  104.       Font.Charset = DEFAULT_CHARSET
  105.       Font.Color = clWindowText
  106.       Font.Height = -13
  107.       Font.Name = 'MS Sans Serif'
  108.       Font.Style = []
  109.       GradientStartColor = clSilver
  110.       GradientEndColor = clWhite
  111.       HeaderHeight = 22
  112.       HeaderSections.Data = {
  113.         F4FFFFFF0100000008C0200600000000FFFFFFFF000001010100636F82000000
  114.         000000001027000000010000A84CC7080000000001005C44FFFFFFFF0000016F
  115.         0000000000000000000100000000000014C1200648000000433A5C446174615C
  116.         506F636F335C464D73672E44464D000038C1200638C1200624000000433A5C44
  117.         6174615C506F636F335C464D73672E44900000000C0000004465736372697074
  118.         696F6E0001000000000000000000000000}
  119.       HintType = shtHintOnly
  120.       HorzScrollBarStyles.ShowTrackHint = False
  121.       HorzScrollBarStyles.Width = 17
  122.       HorzScrollBarStyles.ButtonSize = 21
  123.       Images = FrmMailboxes.ImagesMailbox
  124.       ItemIndent = 14
  125.       LineHeight = 34
  126.       LineHintMode = shmNone
  127.       ParentFont = False
  128.       ParentShowHint = False
  129.       PopupMenu = PopupTree
  130.       ScrollTracking = True
  131.       ShowHint = True
  132.       ShowLeafButton = False
  133.       StoragePath = '\Tree'
  134.       TabOrder = 0
  135.       TabStop = True
  136.       Tracking = False
  137.       UnderlineTracked = False
  138.       UseCustomScrollBars = False
  139.       VertScrollBarStyles.ShowTrackHint = True
  140.       VertScrollBarStyles.Width = 17
  141.       VertScrollBarStyles.ButtonSize = 21
  142.       VirtualityLevel = vlTextAndStyles
  143.       OnItemSelectedChange = IndexTreeItemSelectedChange
  144.       OnVirtualTextNeeded = IndexTreeVirtualTextNeeded
  145.       OnVirtualHintNeeded = IndexTreeVirtualHintNeeded
  146.       OnVirtualStyleNeeded = IndexTreeVirtualStyleNeeded
  147.       OnClick = IndexTreeClick
  148.       OnDblClick = IndexTreeDblClick
  149.       OnKeyUp = IndexTreeKeyUp
  150.     end
  151.     object PnlBtnO: TElPanel
  152.       Left = 0
  153.       Top = 0
  154.       Width = 267
  155.       Height = 25
  156.       Align = alTop
  157.       BevelOuter = bvNone
  158.       TabOrder = 1
  159.       DockOrientation = doNoOrient
  160.       object PnlBtn: TElPanel
  161.         Left = 0
  162.         Top = 0
  163.         Width = 221
  164.         Height = 25
  165.         GradientEndColor = clWindow
  166.         GradientStartColor = clBtnHighlight
  167.         GradientSteps = 32
  168.         Align = alClient
  169.         BevelOuter = bvNone
  170.         UseXPThemes = False
  171.         TabOrder = 0
  172.         DockOrientation = doNoOrient
  173.         object BtnCheckNow: TElGraphicButton
  174.           Left = 4
  175.           Top = 2
  176.           Width = 90
  177.           Height = 18
  178.           Cursor = crDefault
  179.           MoneyFlat = True
  180.           MoneyFlatInactiveColor = clSilver
  181.           MoneyFlatActiveColor = clBlack
  182.           MoneyFlatDownColor = clRed
  183.           Flat = True
  184.           Layout = blGlyphRight
  185.           NumGlyphs = 1
  186.           ShadowFollowsColor = False
  187.           ShadowsUseCustom = True
  188.           ShadowBtnHighlight = clYellow
  189.           ShadowBtnShadow = clBlack
  190.           ShadowBtnDkShadow = 33023
  191.           LinkStyle = [fsUnderline]
  192.           ThinFrame = True
  193.           Transparent = True
  194.           UseXPThemes = False
  195.           Caption = 'Check'
  196.           Font.Charset = DEFAULT_CHARSET
  197.           Font.Color = clWindowText
  198.           Font.Height = -13
  199.           Font.Name = 'Arial'
  200.           Font.Style = []
  201.           ParentFont = False
  202.           OnClick = BtnCheckNowClick
  203.           DockOrientation = doNoOrient
  204.         end
  205.         object BtnCheckAll: TElGraphicButton
  206.           Left = 99
  207.           Top = 2
  208.           Width = 90
  209.           Height = 18
  210.           Cursor = crDefault
  211.           MoneyFlat = True
  212.           MoneyFlatInactiveColor = clSilver
  213.           MoneyFlatActiveColor = clBlack
  214.           MoneyFlatDownColor = clRed
  215.           Flat = True
  216.           Layout = blGlyphRight
  217.           NumGlyphs = 1
  218.           ShadowFollowsColor = False
  219.           ShadowsUseCustom = True
  220.           ShadowBtnHighlight = clYellow
  221.           ShadowBtnShadow = clBlack
  222.           ShadowBtnDkShadow = 33023
  223.           LinkStyle = [fsUnderline]
  224.           ThinFrame = True
  225.           Transparent = True
  226.           UseXPThemes = False
  227.           Caption = 'Check All'
  228.           Font.Charset = DEFAULT_CHARSET
  229.           Font.Color = clWindowText
  230.           Font.Height = -13
  231.           Font.Name = 'Arial'
  232.           Font.Style = []
  233.           ParentFont = False
  234.           OnClick = BtnCheckAllClick
  235.           DockOrientation = doNoOrient
  236.         end
  237.         object BtnEditAccount: TElGraphicButton
  238.           Left = 193
  239.           Top = 2
  240.           Width = 90
  241.           Height = 18
  242.           Cursor = crDefault
  243.           MoneyFlat = True
  244.           MoneyFlatInactiveColor = clSilver
  245.           MoneyFlatActiveColor = clBlack
  246.           MoneyFlatDownColor = clRed
  247.           Flat = True
  248.           Layout = blGlyphRight
  249.           NumGlyphs = 1
  250.           ShadowFollowsColor = False
  251.           ShadowsUseCustom = True
  252.           ShadowBtnHighlight = clYellow
  253.           ShadowBtnShadow = clBlack
  254.           ShadowBtnDkShadow = 33023
  255.           LinkStyle = [fsUnderline]
  256.           ThinFrame = True
  257.           Transparent = True
  258.           UseXPThemes = False
  259.           Caption = 'Account'
  260.           Font.Charset = DEFAULT_CHARSET
  261.           Font.Color = clWindowText
  262.           Font.Height = -13
  263.           Font.Name = 'Arial'
  264.           Font.Style = []
  265.           ParentFont = False
  266.           OnClick = BtnEditAccountClick
  267.           DockOrientation = doNoOrient
  268.         end
  269.         object Bevel1: TBevel
  270.           Left = 0
  271.           Top = 23
  272.           Width = 221
  273.           Height = 2
  274.           Align = alBottom
  275.           Shape = bsBottomLine
  276.         end
  277.       end
  278.       object PnlBtn2: TElPanel
  279.         Left = 221
  280.         Top = 0
  281.         Width = 46
  282.         Height = 25
  283.         GradientEndColor = clWindow
  284.         GradientStartColor = clBtnHighlight
  285.         GradientSteps = 32
  286.         Align = alRight
  287.         BevelOuter = bvNone
  288.         UseXPThemes = False
  289.         TabOrder = 1
  290.         DockOrientation = doNoOrient
  291.         object BtnExpand: TElGraphicButton
  292.           Left = 1
  293.           Top = 2
  294.           Width = 18
  295.           Height = 18
  296.           Cursor = crDefault
  297.           MoneyFlat = True
  298.           MoneyFlatInactiveColor = clSilver
  299.           MoneyFlatActiveColor = clBlack
  300.           MoneyFlatDownColor = clRed
  301.           Flat = True
  302.           Layout = blGlyphRight
  303.           NumGlyphs = 1
  304.           ShadowFollowsColor = False
  305.           ShadowsUseCustom = True
  306.           ShadowBtnHighlight = clYellow
  307.           ShadowBtnShadow = clBlack
  308.           ShadowBtnDkShadow = 33023
  309.           LinkStyle = [fsUnderline]
  310.           ThinFrame = True
  311.           Transparent = True
  312.           UseXPThemes = False
  313.           Caption = '+'
  314.           Font.Charset = DEFAULT_CHARSET
  315.           Font.Color = clWindowText
  316.           Font.Height = -13
  317.           Font.Name = 'Arial'
  318.           Font.Style = []
  319.           ParentFont = False
  320.           OnClick = BtnExpandClick
  321.           DockOrientation = doNoOrient
  322.         end
  323.         object BtnCollapse: TElGraphicButton
  324.           Left = 23
  325.           Top = 2
  326.           Width = 18
  327.           Height = 18
  328.           Cursor = crDefault
  329.           MoneyFlat = True
  330.           MoneyFlatInactiveColor = clSilver
  331.           MoneyFlatActiveColor = clBlack
  332.           MoneyFlatDownColor = clRed
  333.           Flat = True
  334.           Layout = blGlyphRight
  335.           NumGlyphs = 1
  336.           ShadowFollowsColor = False
  337.           ShadowsUseCustom = True
  338.           ShadowBtnHighlight = clYellow
  339.           ShadowBtnShadow = clBlack
  340.           ShadowBtnDkShadow = 33023
  341.           LinkStyle = [fsUnderline]
  342.           ThinFrame = True
  343.           Transparent = True
  344.           UseXPThemes = False
  345.           Caption = '-'
  346.           Font.Charset = DEFAULT_CHARSET
  347.           Font.Color = clWindowText
  348.           Font.Height = -13
  349.           Font.Name = 'Arial'
  350.           Font.Style = []
  351.           ParentFont = False
  352.           OnClick = BtnCollapseClick
  353.           DockOrientation = doNoOrient
  354.         end
  355.         object Bevel2: TBevel
  356.           Left = 0
  357.           Top = 23
  358.           Width = 46
  359.           Height = 2
  360.           Align = alBottom
  361.           Shape = bsBottomLine
  362.         end
  363.       end
  364.     end
  365.   end
  366.   object PnlBottom: TElPanel
  367.     Left = 0
  368.     Top = 316
  369.     Width = 267
  370.     Height = 24
  371.     Align = alBottom
  372.     BevelOuter = bvNone
  373.     TabOrder = 2
  374.     Visible = False
  375.     DockOrientation = doNoOrient
  376.     object LblStatus: TLabel
  377.       Left = 6
  378.       Top = 4
  379.       Width = 4
  380.       Height = 16
  381.       Transparent = True
  382.     end
  383.     object ProgressBar: TElBiProgressBar
  384.       Left = 1
  385.       Top = 1
  386.       Width = 265
  387.       Height = 22
  388.       LightValue = 0
  389.       DarkValue = 0
  390.       Additive = False
  391.       ProgressShowMode = psmLightHalf
  392.       LightTextFullLine = False
  393.       DarkTextFullLine = False
  394.       DarkTextColor = clBlack
  395.       LightTextColor = clBlack
  396.       BorderStyle = ebsNone
  397.       LightButtonStyle = False
  398.       DarkButtonStyle = False
  399.       Transparent = True
  400.       Font.Charset = DEFAULT_CHARSET
  401.       Font.Color = clWindowText
  402.       Font.Height = -15
  403.       Font.Name = 'MS Sans Serif'
  404.       Font.Style = []
  405.       Visible = False
  406.       DockOrientation = doNoOrient
  407.     end
  408.   end
  409.   object PopupTree: TPopupMenu
  410.     OnPopup = PopupTreePopup
  411.     Left = 30
  412.     Top = 72
  413.     object MenuOnlyLast: TMenuItem
  414.       Caption = 'Show Since Last Viewed'
  415.       Checked = True
  416.       GroupIndex = 2
  417.       RadioItem = True
  418.       OnClick = MenuOnlyLastClick
  419.     end
  420.     object MenuAllNew: TMenuItem
  421.       Caption = 'Show All New Mail'
  422.       GroupIndex = 2
  423.       RadioItem = True
  424.       OnClick = MenuOnlyLastClick
  425.     end
  426.     object N4: TMenuItem
  427.       Caption = '-'
  428.       GroupIndex = 2
  429.     end
  430.     object MenuForce: TMenuItem
  431.       Caption = 'Force To Front'
  432.       GroupIndex = 2
  433.       OnClick = MenuForceClick
  434.     end
  435.     object N5: TMenuItem
  436.       Caption = '-'
  437.       GroupIndex = 2
  438.     end
  439.     object MenuDelete: TMenuItem
  440.       Caption = 'Delete Message'
  441.       GroupIndex = 2
  442.       ShortCut = 46
  443.       OnClick = MenuDeleteClick
  444.     end
  445.     object DeleteLink1: TMenuItem
  446.       Caption = 'Delete Link'
  447.       GroupIndex = 2
  448.       ShortCut = 8238
  449.       OnClick = DeleteLink1Click
  450.     end
  451.     object N1: TMenuItem
  452.       Caption = '-'
  453.       GroupIndex = 2
  454.     end
  455.     object Clearalllinks1: TMenuItem
  456.       Caption = 'Clear all displayed links'
  457.       GroupIndex = 2
  458.       OnClick = Clearalllinks1Click
  459.     end
  460.     object N2: TMenuItem
  461.       Caption = '-'
  462.       GroupIndex = 2
  463.     end
  464.     object Background1: TMenuItem
  465.       Caption = 'Background'
  466.       GroupIndex = 2
  467.       object ChooseImage1: TMenuItem
  468.         Caption = 'Choose Image...'
  469.         OnClick = ChooseImage1Click
  470.       end
  471.       object RemoveBackground1: TMenuItem
  472.         Caption = 'Remove Background'
  473.         OnClick = RemoveBackground1Click
  474.       end
  475.       object N6: TMenuItem
  476.         Caption = '-'
  477.       end
  478.       object MenuCenter: TMenuItem
  479.         Caption = 'Center Image'
  480.         GroupIndex = 1
  481.         RadioItem = True
  482.         OnClick = MenuCenterClick
  483.       end
  484.       object MenuStretch: TMenuItem
  485.         Caption = 'Stretch Image'
  486.         Checked = True
  487.         GroupIndex = 1
  488.         RadioItem = True
  489.         OnClick = MenuStretchClick
  490.       end
  491.       object MenuTile: TMenuItem
  492.         Caption = 'Tile Image'
  493.         GroupIndex = 1
  494.         RadioItem = True
  495.         OnClick = MenuTileClick
  496.       end
  497.     end
  498.     object MenuTransparency: TMenuItem
  499.       Caption = 'Transparency'
  500.       GroupIndex = 2
  501.       object MenuTransparencyNone: TMenuItem
  502.         Caption = 'None'
  503.         GroupIndex = 1
  504.         RadioItem = True
  505.         OnClick = MenuTransparencyClick
  506.       end
  507.       object N3: TMenuItem
  508.         Caption = '-'
  509.         GroupIndex = 1
  510.       end
  511.       object N10: TMenuItem
  512.         Tag = 10
  513.         Caption = '10%'
  514.         GroupIndex = 1
  515.         RadioItem = True
  516.         OnClick = MenuTransparencyClick
  517.       end
  518.       object N20: TMenuItem
  519.         Tag = 20
  520.         Caption = '20%'
  521.         GroupIndex = 1
  522.         RadioItem = True
  523.         OnClick = MenuTransparencyClick
  524.       end
  525.       object N30: TMenuItem
  526.         Tag = 30
  527.         Caption = '30%'
  528.         GroupIndex = 1
  529.         RadioItem = True
  530.         OnClick = MenuTransparencyClick
  531.       end
  532.       object N40: TMenuItem
  533.         Tag = 40
  534.         Caption = '40%'
  535.         GroupIndex = 1
  536.         RadioItem = True
  537.         OnClick = MenuTransparencyClick
  538.       end
  539.       object N50: TMenuItem
  540.         Tag = 50
  541.         Caption = '50%'
  542.         GroupIndex = 1
  543.         RadioItem = True
  544.         OnClick = MenuTransparencyClick
  545.       end
  546.       object N60: TMenuItem
  547.         Tag = 60
  548.         Caption = '60%'
  549.         GroupIndex = 1
  550.         RadioItem = True
  551.         OnClick = MenuTransparencyClick
  552.       end
  553.       object N70: TMenuItem
  554.         Tag = 70
  555.         Caption = '70%'
  556.         GroupIndex = 1
  557.         RadioItem = True
  558.         OnClick = MenuTransparencyClick
  559.       end
  560.       object N80: TMenuItem
  561.         Tag = 80
  562.         Caption = '80%'
  563.         GroupIndex = 1
  564.         RadioItem = True
  565.         OnClick = MenuTransparencyClick
  566.       end
  567.       object N90: TMenuItem
  568.         Tag = 90
  569.         Caption = '90%'
  570.         GroupIndex = 1
  571.         RadioItem = True
  572.         OnClick = MenuTransparencyClick
  573.       end
  574.     end
  575.   end
  576.   object TimerDisplay: TTimer
  577.     Enabled = False
  578.     Interval = 250
  579.     OnTimer = TimerDisplayTimer
  580.     Left = 124
  581.     Top = 176
  582.   end
  583. end
  584.